home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#44 (May 89)
/
Cursor Stuff
/
AnimCurs.h
< prev
next >
Wrap
Text File
|
1989-02-17
|
448b
|
12 lines
/* Prototypes for the animated cursor subroutines.
See “AnimCurs.c” for details on how to call these.
*/
void acStartHG (int delay); /* set up for an hourglass cursor */
void acStartW1 (int delay); /* set up for one-handed watch */
void acStartW2 (int delay); /* set up for two-handed watch */
void acDelay (int delay); /* set delay between frames */
void acNext (void); /* idle-time call: advance cursor */